net/http.http2clientStream.reqBodyClosed (field)

11 uses

	net/http (current package)
		h2_bundle.go#L7564: 	reqBodyClosed        chan struct{} // guarded by cc.mu; non-nil on Close, closed when done
		h2_bundle.go#L7618: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L7625: 	if cs.reqBodyClosed != nil {
		h2_bundle.go#L7628: 	cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L7629: 	reqBodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8498: 		bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8752: 	if cs.reqBody != nil && cs.reqBodyClosed == nil {
		h2_bundle.go#L8754: 		cs.reqBodyClosed = make(chan struct{})
		h2_bundle.go#L8756: 	bodyClosed := cs.reqBodyClosed
		h2_bundle.go#L8965: 			bodyClosed := cs.reqBodyClosed != nil
		h2_bundle.go#L9060: 		if cs.reqBodyClosed != nil {